public interface Node extends Comparable<Node>
| Modifier and Type | Field and Description |
|---|---|
static int |
NIL_NODE
This value specifies a NULL or NIL node, meaning a non-node.
|
compareTostatic final int NIL_NODE
Copyright © 2015. All rights reserved.